home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / organic / media / content / book_flash.swf / scripts / DefineButton2_144 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2003-05-14  |  542 b   |  21 lines

  1. on(release){
  2.    _root.field_descr.text_description = "";
  3.    eval("_root.l3.content.field_" + _root.field_select).gotoAndStop(1);
  4.    gotoAndStop(2);
  5.    _root.field_select = int(String(this).slice(25,String(this).length));
  6.    if(description != null)
  7.    {
  8.       _root.field_descr.text_description = description;
  9.    }
  10.    _root.SelectedItem = id;
  11.    if(_root.dc._currentframe == 1)
  12.    {
  13.       _root.dc.gotoAndPlay(2);
  14.    }
  15.    else
  16.    {
  17.       trace("doble click");
  18.       getURL("javascript:showItem(\'" + id + "\')","");
  19.    }
  20. }
  21.